home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / vitor.dxr / 00036.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  346 b   |  15 lines

  1. on exitFrame
  2.   global ActFrame, Osprite
  3.   set Osprite to 6
  4.   set ActFrame to 2
  5.   set cont to 7
  6.   repeat while cont < 15
  7.     set the visible of sprite cont to 0
  8.     set cont to cont + 1
  9.   end repeat
  10.   set the visible of sprite 20 to 0
  11.   set the visible of sprite 21 to 0
  12.   set the visible of sprite 22 to 0
  13.   set the visible of sprite 23 to 0
  14. end
  15.